home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / aa_m68k_Only / NXLogo / NXLogoLibrary / quiz1.lg < prev    next >
Encoding:
Text File  |  1992-07-09  |  163 b   |  8 lines

  1.  
  2. to quiz1
  3. type [Who is the greatest musician of all time]
  4. if equalp request [John Lennon] [print [You're right!] ; stop]
  5. print [No, silly, it's John Lennon!]
  6. end
  7.  
  8.